Skip to main content

tsNetGetStatus

Type

function

Summary

Returns the status of the specified transfer.

Syntax

tsNetGetStatus(<pConnectionID>)

Description

Returns the status of the specified transfer.

Parameters

NameTypeDescription

pConnectionID

The identifier of the transfer to retrieve.

Examples

local tStatus
put tsNetGetStatus("myConnID") into tStatus

Value

NameTypeDescription

return

The tsNetGetStatus returns a string containing the current status of the connection. The string will be space separated with the following items: status, bytes downloaded, total bytes to download, bytes uploaded, total bytes to upload. If the connection identifier is invalid an error will be returned that starts with "tsneterr:".

library: tsNet

Compatibility and Support

Introduced

LiveCode 8.1

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?